home *** CD-ROM | disk | FTP | other *** search
- 0 Ordinal type required
- 1 File type not allowed here
- 2 Undeclared identifier: '%s'
- 3 Identifier redeclared: '%s'
- 4 '%s' is not a type identifier
- 5 PACKED not allowed here
- 6 Constant or type identifier expected
- 7 Incompatible types
- 8 Incompatible types: %s
- 9 Incompatible types: '%s' and '%s'
- 10 Low bound exceeds high bound
- 11 Type of expression must be BOOLEAN
- 12 Type of expression must be INTEGER
- 13 Statement expected, but expression of type '%s' found
- 14 Operator not applicable to this operand type
- 15 Array type required
- 16 Pointer type required
- 17 Record, object or class type required
- 18 Object type required
- 19 Object or class type required
- 20 Class type required
- 21 Function needs result type
- 22 Invalid function result type
- 23 Procedure cannot have a result type
- 24 Text after final 'END.' - ignored by compiler
- 25 Constant expression expected
- 26 Constant expression violates subrange bounds
- 27 Duplicate tag value
- 28 Sets may have at most 256 elements
- 29 %s expected but %s found
- 30 Duplicate case label
- 31 Label expected
- 32 For loop control variable must be simple local variable
- 33 For loop control variable must have ordinal type
- 34 Types of actual and formal var parameters must be identical
- 35 Too many actual parameters
- 36 Not enough actual parameters
- 37 Variable required
- 38 Declaration of '%s' differs from previous declaration
- 39 Illegal character in input file: '%s' ($%X)
- 40 File not found: '%s'
- 41 Could not create output file '%s'
- 42 Seek error on '%s'
- 43 Read error on '%s'
- 44 Write error on '%s'
- 45 Close error on '%s'
- 46 Bad file format: '%s'
- 47 Out of memory
- 48 Circular unit reference to '%s'
- 49 Bad unit format: %s
- 50 Label declaration not allowed in interface part
- 51 Statements not allowed in interface part
- 52 Unit %s was compiled with a different version of %s
- 53 Unterminated string
- 54 Syntax error in real number
- 55 Illegal type in Write/Writeln statement
- 56 Illegal type in Read/Readln statement
- 57 String literals may have at most 255 elements
- 58 Unexpected end of file in comment started on line %ld
- 59 Invalid compiler directive: '%s'
- 60 Bad global symbol definition: '%s' in object file '%s'
- 61 Class, interface and object types only allowed in type section
- 62 Local class, interface or object types not allowed
- 63 Virtual constructors are not allowed
- 64 Could not compile used unit '%s'
- 65 Left side cannot be assigned to
- 66 Unsatisfied forward or external declaration: '%s'
- 67 Missing operator or semicolon
- 68 Missing parameter type
- 69 Illegal reference to symbol '%s' in object file '%s'
- 70 Line too long (more than 1023 characters)
- 71 Unknown directive: '%s'
- 72 This type cannot be initialized
- 73 Number of elements differs from declaration
- 74 Label already defined: '%s'
- 75 Label declared and referenced, but not set: '%s'
- 76 This form of method call only allowed in methods of derived types
- 77 This form of method call only allowed for class methods
- 78 Variable '%s' might not have been initialized
- 79 Value assigned to '%s' never used
- 80 Return value of function '%s' might be undefined
- 81 Procedure FAIL only allowed in constructor
- 82 Procedure NEW needs constructor
- 83 Procedure DISPOSE needs destructor
- 84 Assignment to FOR-Loop variable '%s'
- 85 FOR-Loop variable '%s' may be undefined after loop
- 86 TYPEOF can only be applied to object types with a VMT
- 87 Order of fields in record constant differs from declaration
- 88 Internal error: %s%d
- 89 Unit name mismatch: '%s'
- 90 Type '%s' is not yet completely defined
- 91 System unit incompatible with trial version
- 92 Integer constant or variable name expected
- 93 Invalid typecast
- 94 User break - compilation aborted
- 95 Assignment to typed constant '%s'
- 96 Segment/Offset pairs not supported in Borland 32-bit Pascal
- 97 Program or unit '%s' recursively uses itself
- 98 Label '%s' is not declared in current procedure
- 99 Local procedure/function '%s' assigned to procedure variable
- 100 Missing ENDIF directive
- 101 Method identifier expected
- 102 FOR-Loop variable '%s' cannot be passed as var parameter
- 103 Typed constant '%s' passed as var parameter
- 104 BREAK or CONTINUE outside of loop
- 105 Division by zero
- 106 Overflow in conversion or arithmetic operation
- 107 Data type too large: exceeds 2 GB
- 108 Integer constant too large
- 109 16-Bit fixup encountered in object file '%s'
- 110 Inline assembler syntax error
- 111 Inline assembler stack overflow
- 112 Operand size mismatch
- 113 Memory reference expected
- 114 Constant expected
- 115 Type expected
- 116 Cannot add or subtract relocatable symbols
- 117 Invalid register combination
- 118 Numeric overflow
- 119 String constant too long
- 120 Error in numeric constant
- 121 Invalid combination of opcode and operands
- 122 486/487 instructions not enabled
- 123 Division by zero
- 124 Structure field identifier expected
- 125 LOOP/JCXZ distance out of range
- 126 Procedure or function name expected
- 127 PROCEDURE or FUNCTION expected
- 128 Instance variable '%s' inaccessible here
- 129 EXCEPT or FINALLY expected
- 130 Cannot BREAK, CONTINUE or EXIT out of a FINALLY clause
- 131 'GOTO %s' leads into or out of TRY statement
- 132 %s clause expected, but %s found
- 133 Cannot assign to a read-only property
- 134 Cannot read a write-only property
- 135 Class already has a default property
- 136 Default property must be an array property
- 137 TYPEINFO standard function expects a type identifier
- 138 Type '%s' has no type info
- 139 FOR or WHILE loop executes zero times - deleted
- 140 No definition for abstract method '%s' allowed
- 141 Method '%s' not found in base class
- 142 Invalid message parameter list
- 143 Illegal message method index
- 144 Duplicate message method index
- 145 Bad file format '%s'
- 146 Inaccessible value
- 147 Destination cannot be assigned to
- 148 Expression has no value
- 149 Destination is inaccessible
- 150 Re-raising an exception only allowed in exception handler
- 151 Default values must be of ordinal, pointer or small set type
- 152 Property '%s' does not exist in base class
- 153 Dynamic method or message handler not allowed here
- 154 Class does not have a default property
- 155 Bad argument type in variable type array constructor
- 156 Could not load RLINK32.DLL
- 157 Wrong or corrupted version of RLINK32.DLL
- 158 ';' not allowed before 'ELSE'
- 159 Type '%s' needs finalization - not allowed in variant record
- 160 Type '%s' needs finalization - not allowed in file type
- 161 Expression too complicated
- 162 Element 0 inaccessible - use 'Length' or 'SetLength'
- 163 System unit out of date or corrupted: missing '%s'
- 164 Type not allowed in OLE Automation call
- 165 %s
- 166 %s: %s
- 167 Too many conditional symbols
- 168 Method '%s' hides virtual method of base type '%s'
- 169 Variable '%s' is declared but never used in '%s'
- 170 Compile terminated by user
- 171 Unnamed arguments must precede named arguments in OLE Automation call
- 172 Abstract methods must be virtual or dynamic
- 173 Case label outside of range of case expression
- 174 Field or method identifier expected
- 175 Constructing instance of '%s' containing abstract methods
- 176 Field definition not allowed after methods or properties
- 177 Cannot override a static method
- 178 Variable '%s' inaccessible here due to optimization
- 179 Necessary library helper function was eliminated by linker (%s)
- 180 Missing or invalid conditional symbol in '$%s' directive
- 181 '%s' not previously declared as a PROPERTY
- 182 Field definition not allowed in OLE automation section
- 183 Illegal type in OLE automation section: '%s'
- 184 String constant truncated to fit STRING[%ld]
- 185 Constructors and destructors not allowed in OLE automation section
- 186 Dynamic methods and message handlers not allowed in OLE automation section
- 187 Only register calling convention allowed in OLE automation section
- 188 Dispid '%d' already used by '%s'
- 189 Redeclaration of property not allowed in OLE automation section
- 190 '%s' clause not allowed in OLE automation section
- 191 Dispid clause only allowed in OLE automation section
- 192 Type '%s' must be a class to have OLE automation
- 193 Type '%s' must be a class to have a PUBLISHED section
- 194 Redeclaration of '%s' hides a member in the base class
- 195 Overriding automated virtual method '%s' cannot specify a dispid
- 196 Published Real property '%s' must be Single, Double or Extended
- 197 Size of published set '%s' is >4 bytes
- 198 Published property '%s' cannot be of type %s
- 199 Thread local variables cannot be local to a function
- 200 Thread local variables cannot be ABSOLUTE
- 201 EXPORTS allowed only at global scope
- 202 Constants cannot be used as open array arguments
- 203 Slice standard function only allowed as open array argument
- 204 Cannot initialize thread local variables
- 205 Cannot initialize local variables
- 206 Cannot initialize multiple variables
- 207 Constant object cannot be passed as var parameter
- 208 HIGH cannot be applied to a long string
- 209 Unit '%s' implicitly imported into package '%s'
- 210 Packages '%s' and '%s' both contain unit '%s'
- 211 Package '%s' already contains unit '%s'
- 212 File not found: '%s.dcu'
- 213 Need imported data reference ($G) to access '%s' from unit '%s'
- 214 Required package '%s' not found
- 215 $WEAKPACKAGEUNIT '%s' contains global data
- 216 Improper GUID syntax
- 217 Interface type required
- 218 Property overrides not allowed in interface type
- 219 '%s' clause not allowed in interface type
- 220 Interface '%s' already implemented by '%s'
- 221 Method resolution for '%s' must precede method declaration
- 222 Field declarations not allowed in interface type
- 223 '%s' directive not allowed in in interface type
- 224 Declaration of '%s' differs from declaration in interface '%s'
- 225 Package unit '%s' cannot appear in contains or uses clauses
- 226 Bad packaged unit format: %s.%s
- 227 Package '%s' is recursively required
- 228 16-Bit segment encountered in object file '%s'
- 229 Published field '%s' not a class nor interface type
- 230 Private symbol '%s' declared but never used
- 231 Could not compile package '%s'
- 232 Never-build package '%s' requires always-build package '%s'
- 233 $WEAKPACKAGEUNIT '%s' cannot have initialization or finalization code
- 234 $WEAKPACKAGEUNIT & $DENYPACKAGEUNIT both specified
- 235 $DENYPACKAGEUNIT '%s' cannot be put into a package
- 236 $DESIGNONLY and $RUNONLY only allowed in package unit
- 237 Never-build package '%s' must be recompiled
- 238 Compilation terminated; too many errors
- 239 Imagebase is too high - program exceeds 2 GB limit
- 240 A dispinterface type cannot have an ancestor interface
- 241 A dispinterface type requires an interface identification
- 242 Methods of dispinterface types cannot specify directives
- 243 '%s' directive not allowed in dispinterface type
- 244 Interface '%s' has no interface identification
- 245 Property '%s' inaccessible here
- 246 Unsupported language feature: '%s'
- 247 Getter or setter for property '%s' cannot be found (use $L+ on imported units)
- 248 Package '%s' does not use or export '%s.%s'
- 249 Constructors and destructors must have register calling convention
- 4096 -A<unit>=<alias> = Set unit alias
- 4097 -B = Build all units
- 4098 -CC = Console target
- 4099 -CG = GUI target
- 4100 -D<syms> = Define conditionals
- 4101 -E<path> = EXE output directory
- 4102 -F<offset> = Find error
- 4103 -GD = Detailed map file
- 4104 -GP = Map file with publics
- 4105 -GS = Map file with segments
- 4106 -H = Output hint messages
- 4107 -I<paths> = Include directories
- 4108 -J = Generate .obj file
- 4109 -JP = Generate C++ .obj file
- 4110 -K<addr> = Set image base addr
- 4111 -LU<package> = Use package
- 4112 -M = Make modified units
- 4113 -N<path> = DCU output directory
- 4114 -O<paths> = Object directories
- 4115 -P = look for 8.3 file names also
- 4116 -Q = Quiet compile
- 4117 -R<paths> = Resource directories
- 4118 -U<paths> = Unit directories
- 4119 -V = Debug information in EXE
- 4120 -W = Output warning messages
- 4121 -Z = Output 'never build' DCPs
- 4122 -$<dir> = Compiler directive
- 4123 A+ Aligned record fields
- 4124 B- Full boolean Evaluation
- 4125 C+ Evaluate assertions at runtime
- 4126 D- Debug information
- 4127 G- Use imported data references
- 4128 H- Use long strings by default
- 4129 I- I/O checking
- 4130 J+ Writeable structured consts
- 4131 L- Local debug symbols
- 4132 M- Runtime type info
- 4133 O- Optimization
- 4134 P- Open string params
- 4135 Q- Integer overflow checking
- 4136 R- Range checking
- 4137 T- Typed @ operator
- 4138 U- Pentium(tm)-safe divide
- 4139 V- Strict var-strings
- 4140 W- Generate stack frames
- 4141 X- Extended syntax
- 4142 Y- Symbol reference info
- 4143 Z- Minimum size of enum types
- 4144 Delphi for Win32 Version 10.0 Copyright (c) 1983,97 Borland International\n
- 4145 \nSyntax: DCC32 [options] filename [options]\n\n
- 4146 Compiler switches: -$<letter><state> (defaults are shown below)
- 4147 Stack size: -$M<minStackSize[,maxStackSize]> (default 16384,1048576)\n
- 4148 %ld lines, %0.2f seconds, %ld bytes code, %ld bytes data.\n
- 4149 Delphi exception %s at %s
- 4150 Function to be called, %s, was eliminated by linker
- 4151 Symbol was eliminated by linker
- 4152 Inaccessible value
- 4153 Expression illegal in evaluator
- 4154 Access violation at %08X accessing %08X
- 4155 In page error at %08X
- 4156 Out of memory at %08X
- 4157 Illegal instruction at %08X
- 4158 Noncontinuable exception at %08X
- 4159 Invalid disposition at %08X
- 4160 Array bounds exceeded at %08X
- 4161 Denormal floating point value at %08X
- 4162 Floating point divide by zero at %08X
- 4163 Floating point inexact result at %08X
- 4164 Floating point invalid operation at %08X
- 4165 Floating point overflow at %08X
- 4166 Floating point stack check at %08X
- 4167 Floating point underflow at %08X
- 4168 Integer divide by zero at %08X
- 4169 Integer overflow at %08X
- 4170 Privileged instruction at %08X
- 4171 Stack overflow at %08X
- 4172 Control C exit at %08X
- 4173 Unknown exception %08lX at %08lX
- 4174 identifier
- 4175 number
- 4176 Identifier
- 4177 Number
- 4178 real constant
- 4179 string constant
- 4180 end of file
- 4181 Identifier or number
- 4182 ',' or ';'
- 4183 ',' or ':'
- 4184 ';'
- 4185 ';' or ')'
- 4186 ',' or ')'
- 4187 Type
- 4188 Declaration
- 4189 Expression
- 4190 Statement
- 4191 'TO'
- 4192 'END'
- 4193 ':'
- 4194 ',', ')' or ']'
- 4195 Hint
- 4196 Warning
- 4197 Error
- 4198 Fatal
- 4199 INDEX, READ or WRITE
- 4200 READ or WRITE
- 4201 Calling conventions differ
- 4202 Parameter lists differ
- 4203 method pointer and regular procedure
- 4204 regular procedure and method pointer
- 4205 Length
- 4206 Untyped
- 4207 (out of bound) %d
- 4208 Unknown type: %d
- 4209 Error(%d)
- 4210 Unassigned
- 4211 Unknown
- 4212 (no value)
- 4213 Assertion failure
- 4214 initialized set > 4 bytes in size
- 4215 virtual class method
-